home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
TARFILE.GZ
/
tarfile
/
libimage
/
gdfontl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1999-09-11
|
354 b
|
16 lines
#ifndef GDFONTL_H
#define GDFONTL_H 1
/* gdfontl.h: brings in the larger of the two provided fonts.
* Also link with gdfontl.c. */
#include "gd.h"
/* 8x16 font derived from a public domain font in the X
* distribution. Only contains the 96 standard ascii characters,
* sorry. Feel free to improve on this. */
extern gdFontPtr gdFontLarge;
#endif